-- card: 10890 from stack: in.0-4 -- bmap block id: 17388 -- flags: 0000 -- background id: 7102 -- name: Ex 3.3 -- part 2 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=205 top=158 right=179 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: scriptEditor ----- HyperTalk script ----- on mouseUp hideFeedback hiliteRadio end mouseUp -- part 1 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=205 top=178 right=199 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: messageWatching ----- HyperTalk script ----- on mouseUp hideFeedback hiliteRadio end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=205 top=198 right=219 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: messageWatcher ----- HyperTalk script ----- on mouseUp hideFeedback hiliteRadio end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=205 top=218 right=239 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: variableWatching ----- HyperTalk script ----- on mouseUp hideFeedback hiliteRadio end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: A003 -- rect: left=402 top=297 right=317 bottom=461 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Done ----- HyperTalk script ----- -- The "checkOneRight" handler is in the stack script. The "cd" -- argument indicates that this cd requires feedback in a cd fld. on mouseUp checkOneRight end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: A003 -- rect: left=346 top=321 right=339 bottom=462 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Correct Answer ----- HyperTalk script ----- -- This handler shows the correct answer. on mouseUp hideFeedback dehiliteBtns set hilite of btn 2 to true wait 25 repeat 2 set hilite of btn 2 to false wait 25 set hilite of btn 2 to true wait 25 end repeat ans 5 end mouseUp -- part contents for background part 9 ----- text ----- 3 of 7 -- part contents for background part 6 ----- text ----- These are four new global properties in HyperCard 2.0. Which one can be set to “true” to enable you to watch all the system messages sent to HyperCard? -- part contents for background part 19 ----- text ----- No. The scriptEditor property allows you to use a different script editor than the one that comes with HyperCard. Try again. Correct. When the messageWatching property has been set to “true”, HyperCard shows you all the messages it receives. No. The messageWatcher property allows you to use a different message lister than the one that comes with HyperCard. Try again. No. The variableWatching determines whether HyperCard will show you all your variables as they are used in scripts. Try again. This is the correct answer. When the messageWatching property is set to “true”, HyperCard shows you all the messages it receives.